@media screen and (min-width: 768px) {
    .s2 {
        height: 1500px;
    }

    .middiumBgContent {
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-position: 0, 0;
        background-size: 100%;
        background-size: cover;
    }

    .middiumBgContent .middiumTextContent {
        width: calc(100% - 500px);
        margin: 0 250px;
    }

    .middiumBgContent .middiumTextContent .title {
        height: 80px;
        line-height: 100px;
        font-size: 30px;
        text-align: center;
    }

    .fourContent {
        width: calc(100% - 150px);
        margin: 0 75px;
        background-color: white;
        height: 1100px;
        top: 100px;
        z-index: 999999;
    }

    .fourContent .fourContentBlock {
        padding: 20px;
        background-color: white;
        width: calc(100% - 10px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fourContent .fourContentBlock .listContetn {
        width: 440px;
        height: 350px;
        background-color: red;
        margin: 40px 50px;
        box-shadow: 1px 20px 30px 10px rgba(0, 0, 0, 0.2);
    }

    .fourContent .fourContentBlock .listContetn .imageContent {
        width: 100%;
        height: 220px;
        background-repeat: no-repeat;
        background-position: 0, 0;
        background-size: 100%;
    }

    .fourContent .fourContentBlock .listContetn .textContent {
        width: calc(100% - 0px);
        height: 180px;
        padding: 20px 10px;
        background-color: white;
    }

    .twoBgContent {
        width: 100%;
        height: 500px;
        display: flex;

    }

    .twoBgContent .twoItem {
        flex: 1

    }

    .twoBgContent .imageContent {
        height: 250px;
        width: 100%;
        background-position: 0, 0;
        background-repeat: no-repeat;
    }

    .twoBgContent .textContent {
        height: 180px;
        width: 100%;
        border-right: 1px solid #ddd;
    }

    .fourImageContent {
        width: calc(100% - 100px);
        margin: 0 50px;
        display: flex;
    }

    .fourImageContent .fourImageItem {
        height: 400px;
        flex: 1;
        overflow: hidden;
        transition: 0.3s ease;

    }

    .fourImageContent .fourImageItem .textContent {
        width: 100%;
        height: 200px;
        background-color: white;
        position: relative;
        padding: 20px;
        bottom: 0px;
        transition: 0.3s ease;

    }

    .fourImageContent .fourImageItem:hover .textContent {
        bottom: 100px;
    }

    .fourImageContent .fourImageItem .imageContent {
        width: 100%;
        height: 300px;
        background-image: url(http://pic1.win4000.com/wallpaper/7/57ac3605353a8.jpg);
        background-position: 0, 0;
        background-repeat: no-repeat;
        background-size: cover
    }

    .oneBigButtonContent {
        width: 500px;
        margin: 50px auto;
        background-color: orange;
        color: white;
        padding: 10px;
        text-align: center;
    }

    .oneBigButtonContent span {
        display: block;
        font-size: 14px;
    }

    .oneBigButtonContent span.title {
        font-size: 20px
    }

    .sub-nav-item__txt {
        font-size: 15px;
        line-height: 1.3;
        padding-left: 10px;
        position: relative;
        letter-spacing: 0;
    }

    .showMenu {
        width: 240px;
        max-width: unset;
        min-width: unset;
        position: absolute
    }

    /*---------------------------------------------------------------------------------------------------------*/
    #topImageContent {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: 0 0;
    }

    #topImageContent:before {
        content: '';
        width: 100%;
        height: 500px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(10, 25, 90, .4);
    }

    .bgTextContent {
        width: 60%;
        position: absolute;
        top: 12rem;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .insideContent {
        overflow: hidden;
        left: 0;
        width: 1287px;
        top: -100px;
        /*height: 756px;*/
        line-height: 20px;
        position: relative;
        right: 0;
        text-align: center;
        box-shadow: 0px 0px 52px 0px rgba(236, 236, 236, 1);
        border: 1px solid rgba(255, 255, 255, 0);
        background-color: white;
        margin: auto;
    }

    .insideContent .insideContentTitle {
        margin-top: 48px;
        height: 80px;
    }

    .insideContent .insideContentTitle h1 {
        margin-top: 48px;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
    }

    .insideContent .insideContentTitle p {
        line-height: 0px;
        font-size: 14px;
        color: orange;
    }

    .insideContent .insideContentTitle p.ccc {
        line-height: 0px;
        font-size: 14px;
        margin-top: 22px;
        color: rgb(136, 136, 136) !important;
    }

    /*threeContent*/
    .threeContent {
        width: 1153px;
        margin: 80px 67px;
        height: 484px;
    }

    .threeContent .threeItem {
        width: 370px;
        height: 494px;
        overflow: hidden;
        /*background-color: green;*/
        margin: 0 7px;
        float: left;
    }

    .threeContent .threeItem .imageContent {
        width: 370px;
        height: 349px;
        background-position: 0 0;
        background-size: cover;
    }

    .threeContent .threeItem .textContent {
        width: 370px;
        background-color: white;
        /*height: 494px;*/
        bottom: 0px;
        position: relative;
        transition: all .3s ease;

    }

    .threeContent .threeItem:hover .textContent {
        bottom: 239px;
        transition: all .3s ease;

    }

    .threeContent .threeItem .textContent h1 {
        height: 54px;
        line-height: 64px;
        font-size: 28px;
        color: #888888;

    }

    .threeContent .threeItem .textContent h2 {
        text-align: left;
        width: 320px;
        margin: 0 auto;
        height: 34px;
        font-size: 18px;
        line-height: 75px;
        color: #888888;
    }

    .threeContent .threeItem .textContent h3 {
        color: #FF9800;
        line-height: 40px;
        height: 40px;
    }

    .threeContent .threeItem .textContent h5 {
        color: #888888;
        height: 20px;

    }

    .threeContent .threeItem .textContent p {
        text-align: left;
        width: 320px;
        margin: 32px auto;
        color: #888888;
        line-height: 26px;
        padding-bottom: 256px;

    }

    .threeContent .threeItem .textContent .buttonBarContent {
        margin-top: 32px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .threeContent .threeItem .textContent .buttonBarContent .buttonBar {
        cursor: pointer;
        height: 79px;
        width: 370px;
        color: #888888;
        line-height: 79px;
        background-color: white;
        border-bottom: 1px solid #ddd;
    }

    .threeContent .threeItem .textContent .buttonBarContent .buttonBar:hover {
        transition: all .3s ease;
        transform: scale(1.1);
        box-shadow: 0px 0px 52px 0px rgb(177, 177, 177);
        color: #FF9800;
    }

    /*middleBanner*/
    .middleBanner {
        background-position: 0 0;
        background-size: cover;
        width: 100%;
        height: 421px;
    }

    .middleBanner .middleBannerTextContent:before {
        content: '';
        width: 100%;
        height: 421px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(10, 25, 90, .4);

    }

    .middleBanner .middleBannerTextContent h1 {
        height: 120px;
        line-height: 120px;
        font-size: 28px;
        text-align: center;
        z-index: 2;
        position: relative;
        color: white;
    }

    .middleBanner .middleBannerTextContent p {
        margin: 0 69px;
        font-size: 18px;
        z-index: 2;
        text-align: center;
        position: relative;
        color: white;
    }

    /*fourContent */
    .fourContent {
        width: 1145px;
        margin: 80px auto;
        height: 484px;
    }

    .fourContent .fourItem {
        width: 503px;
        height: 412px;
        overflow: hidden;
        background-color: green;
        margin: 43px 31.5px;
        float: left;
    }

    .fourContent .fourItem .imageContent {
        width: 503px;
        height: 216px;
        background-position: 0 0;
        background-size: cover;
    }

    .fourContent .fourItem .textContent {
        width: 503px;
        background-color: white;
        height: 196px;

    }

    .fourContent .fourItem .textContent p {
        text-align: left;
        width: 450px;
        padding: 30px 0 16px;
        text-indent: 34px;
        margin: 0 auto;
        line-height: 26px;
    }

    .halfBannerContent {
        width: 100%;
        height: 421px
    }

    .halfBannerContent .halfBanner {
        width: 50%;
        float: left;
        height: 421px;
        background-color: white;
    }

    .halfBannerContent .halfBanner .halfIamge {
        width: 100%;
        height: 225px;
        background-size: cover;
        background-position: 0 0;
    }

    .halfBannerContent .halfText {
        width: 100%;
        height: 196px;
    }

    .halfBannerContent .halfText p {
        width: 648px;
        padding: 48px 0;
        text-indent: 30px;
        color: #888888;
        font-size: 18px;
        margin: 0 auto;
    }

    .fourNearContent {
        margin: 80px auto 242px;
        overflow: hidden;
        max-width: 1286px;
    }

    .fourNearContent .fourNear {
        width: 321px;
        height: 412px;
        overflow: hidden;
        float: left;
    }

    .fourNearContent .fourNear .imageContent {
        width: 321px;
        height: 305px;
        background-position: 0 0;
        background-size: cover;
    }

    .fourNearContent .fourNear .textContent {
        width: 321px;
        background-color: white;
        /*height: 220px;*/
        padding: 30px;
        position: relative;
        bottom: 32px;
        transition: all .3s ease;
        border-right: 1px solid #ddd;

    }

    .fourNearContent .fourNear:hover .textContent {
        /*top: -113px;*/
        transition: all .3s ease;

    }

    .fourNearContent .fourNear .textContent p {
        text-align: left;
        text-indent: 30px;
        overflow: hidden;
        font-size: 18px;
        line-height: 26px;
        color: #888888;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent {
        margin-top: 141px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent .buttonBar {
        cursor: pointer;
        height: 79px;
        width: 370px;
        color: #FD8900;
        line-height: 79px;
        background-color: white;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent .buttonBar:hover {
        opacity: 0.8;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent .buttonBar:nth-child(2) {
        color: white;
        background-color: #FD8900;
    }

    /*button*/
    .bigLongBtn {
        width: 800px;
        height: 130px;
        clear: both;
        margin: 10px auto 46px;
        background-color: white;
        box-shadow: 0px 0px 52px 0px rgb(177, 177, 177);
        z-index: 999;
    }

    .bigLongBtn h1 {
        text-align: center;
        font-size: 36px;
        height: 60px;
        line-height: 60px;
        color: #FF9800;
    }

    .bigLongBtn h3 {
        text-align: center;
        color: #FF9800;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }

    .bigLongBtn h5 {
        text-align: center;
        color: #FF9800;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .outTopContent .bigLongBtn {
        width: 800px;
        height: 130px;
        clear: both;
        margin: 10px auto 46px;
        /*background-color: #FF9800;*/
        background-color: white;
        position: relative;
        top: -70px;
        box-shadow: 0px 0px 52px 0px rgb(177, 177, 177);
    }

    .outTopContent .bigLongBtn h1 {
        text-align: center;
        font-size: 28px;
        color: #FF9800;
        height: 50px;
        line-height: 50px;
    }

    .outTopContent .bigLongBtn h3 {
        text-align: center;
        color: #FF9800;
        font-size: 18px;
        line-height: 30px;
    }

    .bigLongBtn h4 {
        text-align: center;
        font-size: 28px;
        line-height: 4;
        color: #FF9800;
    }

    .outTopContent .bigLongBtn h5 {
        text-align: center;
        color: #FF9800;
        font-size: 14px;
        line-height: 38px;
    }

    .mt200 {
        margin-top: 200px;
    }

    .mtt200 {
        margin-top: 200px;
    }

    .twoList {
        width: 100%;
        min-height: 200px;
        overflow: hidden;
        margin-bottom: 80px;
    }

    .twoList .imageContent {
        width: 353px;
        float: left;
        height: 200px;
        background-color: seagreen;
        margin-right: 50px;
        margin-left: 120px;
        background-size: cover;
        background-position: 0 0;
        position: relative;
    }

    .twoList .imageContent:before {
        content: '';
        width: 353px;
        opacity: .4;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        background-color: black;
        top: 0;
    }

    .twoList .imageContent .tbar {
        background: #c5c5c5a3;
        width: 353px;
        height: 60px;
        color: white;
        position: relative;
        z-index: 9999;
        left: 0;
        right: 0;
        margin: auto;
        top: 70px;
        line-height: 60px;
        bottom: 0;
        font-size: 14px;

    }

    .twoList .textContent {
        width: 647px;
        float: left;
        padding: 0 15px;
    }

    .twoList .textContent p {
        text-align: left;
        color: #888888;
        font-size: 18px;
        line-height: 26px;
    }

    /*tableContent*/
    .tableContent {

        width: 1006px;
        margin: 0 auto 100px;
    }

    .tableContent table {
        width: 100%;
        border-collapse: collapse;
        border: none;

    }

    .tableContent h1 {
        text-align: left;
        height: 66px;
        line-height: 66px;
        font-size: 18px;
        color: #000000;

    }

    .tableContent table tr.thead {
        height: 55px;
        line-height: 55px;
        background: #F7F7F7;

    }

    .tableContent table tr td {
        border: solid #ddd 1px;
        padding: 10px;
        font-size: 14px;
        color: #888888;

    }

    .tableContent table tr td[colspan] {
        text-align: left;

    }

    .tableContent .tableText {
        text-align: left;
        margin: 5px 0;
    }

    .tableContent .tableText p {
        color: #888888;
        font-size: 14px;
    }

    /*comonTextContent*/
    .comonTextContent {
        padding: 53px 150px;
    }

    .comonTextContent p {
        text-align: left;
        font-size: 18px;
        line-height: 40px;
        color: #888888;
        white-space: pre-line;
    }

    /*connectTop*/
    .connectTop {
        margin-top: 60px !important;
        overflow: visible !important;
    }

    .connectTop .bigLongBtn {
        top: -105px;
    }

    .connectTop .comonTextContent {
        position: relative;
        top: -110px;
        padding-bottom: 0px;
    }

    /*sixCricle*/
    .sixCricle {
        width: 1287px;
        display: flex;
        flex-wrap: wrap;
        padding: 24px;
    }

    .sixCricle .sixCricleItem {
        position: relative;
        width: 153px;
        margin: 5rem auto;
        cursor: pointer;
    }

    .sixCricle .sixCricleItem:hover {
        opacity: .9;
    }

    .sixCricle .sixCricleItem .one {
        width: 150px;
        height: calc(86.6px * 3);
        margin: 0 auto;
        border-top: 1px solid orange;
        border-bottom: 1px solid orange;
        transform: rotate(30deg);
        background-color: orange;
        transition-duration: .2s;
        transition-timing-function: ease;

    }

    .sixCricle .sixCricleItem:hover .one {
        transform: rotate(390deg);
    }

    .sixCricle .sixCricleItem .two {
        position: absolute;
        width: 150px;
        height: calc(86.6px * 3);
        left: 0px;
        top: 0;
        transform: rotate(90deg);
        border-top: 1px solid orange;
        border-bottom: 1px solid orange;
        background-color: orange;
        transition-duration: .2s;
        transition-timing-function: ease;
    }

    .sixCricle .sixCricleItem:hover .two {
        transform: rotate(450deg);
    }

    .sixCricle .sixCricleItem .three {
        position: absolute;
        width: 150px;
        height: calc(86.6px * 3);
        left: 0px;
        top: 0;
        transform: rotate(330deg);
        border-top: 1px solid orange;
        border-bottom: 1px solid orange;
        background-color: orange;
        transition-duration: .2s;
        transition-timing-function: ease;
    }

    .sixCricle .sixCricleItem:hover .three {
        transform: rotate(690deg);
    }

    .sixCricle .sixCricleItem .four {
        position: absolute;
        width: 150px;
        left: 0px;
        top: 37%;
        text-align: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
        transition-duration: .2s;

    }

    .sixCricle .sixCricleItem:hover .four {
        transform: rotate(360deg);

    }

    .sixCricle .sixCricleItem .five {
        position: absolute;
        width: 150px;
        left: 0px;
        top: 66%;
        height: 5px;
        text-align: center;
        color: white;
        font-size: 2rem;
        font-weight: bold;
        border-bottom: 5px solid white;
        transition-duration: .2s;

    }

    .sixCricle .sixCricleItem:hover .five {
        transform: rotate(360deg);

    }

    /*leftImageRightTextContent*/
    .leftImageRightTextContent {
        width: 100%;
        margin: 0 auto 100px;
    }

    .leftImageRightTextContent .leftImageRightText {
        width: 1280px;
        margin: 0 auto;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem {
        height: 421px;
        background: white;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .leftIamge {
        width: 50%;
        float: left;
        height: 421px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText {
        padding: 17px;
        float: left;
        width: 50%;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText h1 {
        color: #888888;
        font-size: 28px;
        height: 64px;
        line-height: 64px;
        margin: 20px 0;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText p {
        font-size: 18px;
        line-height: 26px;
        color: #888888;
        width: 100%;
        white-space: pre-line;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 {
        padding: 17px;
        float: left;
        width: 50%;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 h1 {
        color: #888888;
        font-size: 28px;
        height: 64px;
        line-height: 64px;
        margin: 20px 0;

    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 p {
        font-size: 18px;
        line-height: 26px;
        color: #888888;
        /*margin-left: 57px;*/
        width: calc(100% - 57px);
    }

    /*cricleContent*/
    .cricleContent {
        width: 1287px;
        margin: 0 auto;
        height: 600px;
        background-color: white;
    }

    .cricleContent .cricleTitle {
        width: 163px;
        height: 66px;
        font-size: 28px;
        line-height: 66px;
        border: 1px solid rgb(189, 189, 189);
        margin: 0 auto;
        text-align: center;
        top: 68px;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 4px;
        color: #000000;
    }

    .cricleContent .cricleItemContent {
        padding: 15px;
        position: relative;
        top: 202px;
    }

    .cricleContent .cricleItemContent .cricleItem {
        width: 138px;
        float: left;
        border-radius: 50%;
        position: relative;
        height: 138px;
        margin: 0 35px;
        border: 1px solid #ddd;
    }

    .cricleContent .cricleItemContent .cricleItem h4 {
        height: 30px;
        text-align: center;
        left: 0;
        font-size: 18px;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

    .noBgTitle {
        height: 80px;
    }

    .noBgTitle h1 {
        width: 138px;
        height: 50px;
        font-size: 28px;
        line-height: 50px;
        text-align: center;
        color: #444444;
        margin: 0 auto;
    }

    .mt100 {
        margin-top: 100px;
    }

    .mb100 {
        margin-bottom: 100px;
    }

    .mb200 {
        margin-bottom: 200px !important;
    }

    /*blueContent*/
    .blueContent {
        width: 1300px;
        height: 46px;
        padding: 0 120px;
        background-color: #FF9800;
    }

    .blueContent .blueContentItem {
        width: 150px;
        text-align: center;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        float: left;
        color: white;
        cursor: pointer;
    }

    .blueContent .blueActive {
        background-color: white;
        color: #FF9800;
        border-radius: 4px;
        position: relative;

    }

    .blueContent .blueActive:after {
        content: '';
        position: absolute;
        left: 67.5px;
        bottom: 0;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent orange;
    }

    /*sixIamgeContent*/
    .sixIamgeContent {
        width: 1280px;
        margin: 0 auto;
        overflow: hidden;

    }

    .sixIamgeContent .sixIamgeItem {
        width: 426px;
        height: 542px;
        float: left;
        border: 1px solid #ddd
    }

    .sixIamgeContent .sixIamgeItem .imageContent {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        width: 426px;
        height: 271px;
    }

    .sixIamgeContent .sixIamgeItem .textContent {
        width: 426px;
        height: 115px;
        background: white
    }

    .sixIamgeContent .sixIamgeItem .textContent h1 {
        text-align: center;
        line-height: 115px;
        font-size: 20px;
        color: #888888
    }

    /*twoMiniContent*/
    .twoMiniContent {
        padding: 38px
    }

    .twoMiniContent .twoMiniItem {
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;

    }

    .twoMiniContent .twoMiniItem .twoMiniImageContent {
        float: left;
        width: 173px;
        margin-left: 0px;
        height: 90px;
        background-image: url(./image/YX-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
    }

    .twoMiniContent .twoMiniItem .twoMiniTextContent {
        float: left;
        width: 901px;
        height: 90px;
        margin-left: 48px;
        text-align: left;

    }

    .twoMiniContent .twoMiniItem .twoMiniDownloadBtn {
        float: left;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 16px;
        margin-left: 20px
    }

    .twoMiniContent .twoMiniItem .twoMiniTextContent p {
        font-size: 18px;
        line-height: 45px;
        color: #888888;

    }

    /*bigImageContent*/
    .bigImageContent {
        width: 1000px;
        margin: 0 auto;
        height: 782px;
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 110px;
    }

    /*mapContent*/
    .mapContent {
        width: 1000px;
        height: 782px;
        margin: 100px auto;
    }

    .mapContent iframe {
        width: 100%;
        height: 782px;
    }

    /*singleText*/
    .singleText {
        width: 1188px;
        margin: 0 auto;
    }

    .singleText p {
        text-align: left;
        color: #888888;
        line-height: 26px;
    }

    .mb50 {
        margin-bottom: 50px !important;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .pt50 {
        padding-top: 50px !important;
    }

    .pb50 {
        padding-bottom: 50px !important;
    }

    .pt30 {
        padding-top: 30px !important;
    }

    .pb30 {
        padding-bottom: 30px !important;
    }

    /*insideSearchContent*/
    .insideSearchContent {
        width: 800px;
        height: 80px;
        background: white;
        margin: 0 auto;
        left: 0;
        top: 140px;
        position: relative;
    }

    .insideSearchContent input {
        width: 100%;
        height: 80px;
        margin-top: 0;
        padding-left: 15px;
        font-size: 28px;
        color: #888888;
    }

    /*threeScrollContent*/
    .threeScrollContent {
        width: 1150px;
        margin: 200px auto;
    }

    .threeScrollContent .img {
        width: calc(100% - 0px);
        height: calc(50vh - 130px);
        background: center /cover no-repeat;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .threeScrollContent .txt {
        width: 100%;
        padding-top: 20px;
        position: absolute;
        left: 0;
        bottom: -180px;
        transition: all .3s ease;
        background-color: white;

    }

    .threeScrollContent .ppPostttt{
        border-top:1px solid #ddd;
    }
    .threeScrollContent .ppPost {
        cursor: pointer;
        height: 79px;
        width: 100%;
        color: #888888;
        line-height: 79px;
        background-color: white;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .threeScrollContent .ppPost:hover{
        transition: all .3s ease;
        transform: scale(1.1);
        box-shadow: 0px 0px 52px 0px rgb(177, 177, 177);
        color: #FF9800;
    }


    .threeScrollContent .ppPost:first-child {
        border-top: 1px solid #ddd;
    }


    .threeScrollContent .txt h3 {
        margin-bottom: 10px;
        color: grey;
        font-weight: 600;
        transition: 0.3s ease;
        text-align: center;
    }

    .threeScrollContent .txt h3:nth-child(2) {
        margin-bottom: 10px;
        color: orangered;
        font-weight: 600;
        transition: 0.3s ease;
        text-align: center;
    }

    .threeScrollContent .txt p {
        margin-bottom: 10px;
        color: grey;
        font-weight: 600;
        transition: 0.3s ease;
        text-align: center;
        font-size: 13px;
    }

    .pickup-item--robot:hover .txt {
        bottom: 0;
        left: 0px;

    }

    #section2 li {
        float: left;
        height: 375px;
        width: 350px;

    }

    .tableBtn {
        color: white;
        width: 8rem;
        height: 3rem;
        border: 1px solid #f49b00;
        text-align: center;
        line-height: 3rem;
        background: #f49b00;
        border-radius: 4px;
    }

    .hnav-sublist {
        min-width: auto;

    }

    .firstMenu {
        position: absolute;
        top: 80px;
        left: 0;
        width: 220px;
        background: white;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in;
        padding: 0.5rem 0;
    }

    .hnav__sub:hover .firstMenu {
        opacity: 1;
        visibility: visible;
    }

    .firstMenu ul li {
        height: 35px;
        line-height: 35px;
        color: #1A1A1A;
        padding-left: 20px;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;

    }

    .firstMenu ul li i {
        position: relative;
        left: 75px;
        top: 0;
    }

    .firstMenu ul li:before {
        content: '';
        width: 10px;
        height: 3px;
        position: relative;
        background-color: #f49b00;
        display: block;
        top: 18px;
        left: -13px;
    }

    .firstMenu ul li:hover {
        text-decoration: underline;
    }

    .firstMenu ul li a {
        text-decoration: underline;
    }

    .firstMenu ul li:hover .secondMenu {
        opacity: 1;
        visibility: visible;
    }

    .secondMenu {
        padding: .5rem 0;
        border-left: 1px solid #ddd;
        width: 220px;
        position: absolute;
        left: 220px;
        top: 0;
        background: white;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in;
    }

    .secondMenu ul li {
        color: #1A1A1A;
        font-size: 15px;
        font-weight: 400;
    }

    .secondMenu:hover ul li {

    }

    #section2 .pickup {
        padding: 0;
    }

    .menuCheck {
        color: #f4a100 !important;
    }

    .mt120 {
        margin-top: 120px;
    }

    .mb120 {
        margin-bottom: 120px;
    }

    .lcl-company__ttl2 {
        display: none;
    }

    .company-intro-intro {
        font-size: 20px;
        top: 210px;
    }

    .company-intro-title {
        font-size: 45px;
        top: 124px;


    }

    .company-intro-title, .company-intro-intro {
        width: 100%;
        color: #f6ab00;

        position: absolute;
    }

    .mt150 {
        margin-top: 150px;
    }

    .bbbb {
        width: 353px;
        height: 60px;
        background-color: rgb(204, 204, 204);
        float: left;
        margin: 30px;
    }

    .bbbb h1 {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        background: white;
        color: #FF9800;
        box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    }

    .indexGif2 {
        display: none;
    }

    .lcl-company-rl .lcl-company-r__b {
        background-color: #efefef;
    }
    .lcl-company-r__in{
        color: #f6ab00!important;
    }
    .form-group{
        margin-bottom: 20px;
    }
    .form-control {
        border: 1px solid #ddd!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    }
    .form-control {
        display: block;
        width: 100%;
        height: 36px;
        padding: 6px 15px;
        font-size: 14px;
        line-height: 1.57142857;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #e4eaec;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    #zzpp{
        width: 100%;display: none;height: 100%;position: fixed;background-color: #00000091;left: 0;top: 0;z-index: 9999;
    }
    #bbb{
        width: 600px;display: none;
        /*padding: 15px;*/
        z-index: 99999;
        height: 90%;
        background: white;
        position: fixed;
        left: 0;
        top: 70px;
        right: 0;
        bottom: 0;
        margin: auto;
        overflow: scroll;
    }
    .zpbtn{
        width: 70px;
        border: 1px solid #f6ab00;
        text-align: center;
        background: #f6ab00;
        color: white;
        border-radius: 8px;
        display: inline-block;
    }
}
